|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAnnotation
nl.telin.mymedia.uima.annotation.TfidfAnnotation
public class TfidfAnnotation
Updated by JCasGen Tue Jan 27 09:21:26 CET 2009 XML source: D:/workspaces/mymedia/MyMediaUIMA/descriptors/analysis engines/MyMediaAE.xml
Field Summary | |
---|---|
static int |
type
|
static int |
typeIndexID
|
Constructor Summary | |
---|---|
protected |
TfidfAnnotation()
Never called. |
|
TfidfAnnotation(int addr,
TOP_Type type)
Internal - constructor used by generator |
|
TfidfAnnotation(JCas jcas)
|
|
TfidfAnnotation(JCas jcas,
int begin,
int end)
|
Method Summary | |
---|---|
java.lang.String |
getLemma()
getter for lemma - gets |
int |
getRank()
getter for rank - gets |
double |
getScore()
getter for score - gets |
int |
getTypeIndexID()
|
void |
setLemma(java.lang.String v)
setter for lemma - sets |
void |
setRank(int v)
setter for rank - sets |
void |
setScore(double v)
setter for score - sets |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int typeIndexID
public static final int type
Constructor Detail |
---|
protected TfidfAnnotation()
public TfidfAnnotation(int addr, TOP_Type type)
public TfidfAnnotation(JCas jcas)
public TfidfAnnotation(JCas jcas, int begin, int end)
Method Detail |
---|
public int getTypeIndexID()
public java.lang.String getLemma()
public void setLemma(java.lang.String v)
public int getRank()
public void setRank(int v)
public double getScore()
public void setScore(double v)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |